@CHARSET "UTF-8";

a:hover {
	color: #1B81FD; 
}

#header .navbar-brand-sm img, #header .navbar-brand-xs img {
	height: 45px;
}

@media (max-width: 992px) {
	.section-position-hidden {
		display: block;
	}
}

.navbar-default .navbar-header>.navbar-brand-lg {
	background: none;
	padding: 28px 0;
}

.footer {
	background: #888;
	color: #eee;
}

.footer a {
	color: #eee;
}

@media (min-width: 992px) {
	#header {
		height: 136px;
	}
	
	#header .navbar-default, #header .navbar-default .navbar-header {
		height: 136px;
	}

	.navbar-default .collapse .navbar-nav>li>a {
	    border-top: none;
	    border-bottom: 1px solid #fff;
	    padding: 0;
	    font-size: 16px;
	    margin: 80px 30px 0;
	}
	
	.navbar-default .collapse .navbar-nav>li.active>a, #header .navbar-default .collapse .navbar-nav>li:hover>a {
	    background: #fff;
	   	color: #0B6BD1;
	   	border-top: none;
    	border-bottom: 2px solid #0B6BD1;
	}
	
	.footer {
		padding: 40px 0;
	}

	body {
		background: #EEEEEE;
	}
	
	.section-body {
		margin-bottom: 40px;
	}
	.section-body .section-backgroud {
		background: #fff;
		padding: 40px;
	}
}

.push-default .push-header .page-header h3 {
	color: #0B6BD1;
    border-bottom: 1px solid #0B6BD1;
    height: 30px;
}

.push-default .push-header .page-header h3 a {
	color: #0B6BD1;
}

.push-default .push-header .page-header h3 a span {
	border-bottom: 3px solid #0B6BD1;
	line-height: 34px;
}

.push-thread-list .push-body .list-group>.list-group-item {
	background: none;
	padding: 3px 0;
	height: 28px;
}

.push-thread-list .push-body .list-group>.list-group-item .date {
	margin-right: 5px;
	color: #999;
}

.section-header {
	font-weight: bold;
	padding: 25px 0 15px 0;
}

.section-header h2 {
	color: #888;
	margin-bottom: 0;
}

.section-header h4 {
	color: #B3B3B3;
	font-size: 16px;
}

.articles-list-date .date .media-object {
	width: 95px;
	height: 95px;
	margin-right: 10px;
}

.articles-list-date .date .day, 
.articles-list-date .date .month {
	background: #1B81FD;
	color: #fff;
}

.articles-list-date .date .day {
	height: 55px;
	font-size: 30px;
	line-height: 55px;
}

.articles-list-date .date .month {
	line-height: 20px;
	height: 35px;
	font-size: 16px;
}

.section-header .section-header-image {
	margin-top: 25px;
}

.articles-list-thumbnail .thumbnail, .push-thread-thumbnail .push-body .push-item .thumbnail {
	margin: 0;
	padding: 0;
	border: none;
}

.products-default .products-item .products-item-info .title, .push-thread-thumbnail .push-body .push-item .title {
	height: 30px;
    line-height: 30px;
    color: #FFF;
    background-color: #0B6BD1;
    margin: 0;
}

.push-thread-thumbnail .push-body .push-item .title  a {
	color: #fff;
}

.article-half .article-meta  .article-title {
	color: #0B6BD1;
	font-size: 24px;
	border: none;
	margin-top: 10px;
	margin-bottom: 40px;
}

.article-half .article-meta  .help-block {
	font-size: 16px;
}

.article-half .article .article-head {
	color: #0B6BD1;
	text-align: center;
	margin: 40px 0;
	font-size: 16px;
}

.article-half .article table {
	width: 100%;
}

.article-half .article table td {
	border-color: #ccc !important;
	padding: 8px;
}

.article-half .article table td p {
	margin: 0;
}

.push-container .push-header .page-header {
	width: 100%;
}

.push-container .push-header {
	margin-bottom: 10px;
	margin-top: 25px;
}

.push-thread-thumbnail .push-body {
	padding: 0 25px;
}

.push-thread-thumbnail .push-body .push-item .title a {
	height: 30px;
    overflow: hidden;
    display: block;
}

@media(min-width: 768px) {
	.push-thread-thumbnail .push-body .push-item .thumbnail img, .articles-list-thumbnail .thumbnail img {
		height: 230px;
	}
}

@media(min-width: 992px) {
	.push-thread-thumbnail .push-body .push-item .thumbnail img , .articles-list-thumbnail .thumbnail img{
		height: 191px;
	}
}

@media(min-width: 1200px) {
	.push-thread-thumbnail .push-body .push-item .thumbnail img , .articles-list-thumbnail .thumbnail img{
		height: 235px;
	}
}

.language-toggle {
	margin: 21px 0 21px 15px;
}

.language {
	padding: 3px 8px;
}

.language.active {
	background: #4771C7;
}

.language.active a {
	color: #fff;
}

.language-toggle-xs {
	position: absolute;
	top: 22px;
	right: 78px;
}

@media(min-width: 1200px) {
	.language-toggle {
		float: right;
		margin: 37px 0 37px 30px;
	}
}